repo: Fix an obvious typo
authorMatthew Barnes <mbarnes@redhat.com>
Tue, 5 May 2015 14:24:38 +0000 (10:24 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Tue, 5 May 2015 14:25:00 +0000 (10:25 -0400)
src/libostree/ostree-repo.c

index 1ec18af43160c73a24ddacae78efa9cb6b21443b..5499dc1190d9bdb5010371723ace11100c73dd08 100644 (file)
@@ -3295,7 +3295,7 @@ ostree_repo_sign_delta (OstreeRepo     *self,
   gs_unref_variant GVariant *commit_variant = NULL;
   gs_free char *delta_path = NULL;
   gs_unref_object GFile *delta_file = NULL;
-  gs_unref_object char *detached_metadata_relpath = NULL;
+  gs_free char *detached_metadata_relpath = NULL;
   gs_unref_object GFile *detached_metadata_path = NULL;
   gs_unref_variant GVariant *existing_detached_metadata = NULL;
   gs_unref_variant GVariant *normalized = NULL;